Parse<T>(string,bool) Method

Summary
Parses the specified string to an enumeration allowing for a case insensitive comparison.
Syntax
C#
C++/CLI
public static T Parse<T>( 
   this string value, 
   bool ignoreCase 
) 
[ExtensionAttribute()] 
public: 
static _T^_ Parsegeneric<typename T> 
(  
   String^ value, 
   bool ignoreCase 
)  

Parameters

value
The string to parse.

ignoreCase
true to ignore case during string comparison.

Type Parameters

T
The enumeration type

Return Value

The enumeration value that corresponds to the string.

Requirements

Target Platforms

Help Version 22.0.2023.1.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.